home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9710 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ix.netcom.com!netnews
  2. From: Manuel Hernandez <ManuelHe@ix.netcom.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: New, New, Newbie...Suggested Reading?
  5. Date: 4 Mar 1996 00:59:13 GMT
  6. Organization: Netcom
  7. Message-ID: <4hdf91$s8o@cloner4.netcom.com>
  8. NNTP-Posting-Host: irv-ca9-15.ix.netcom.com
  9. X-NETCOM-Date: Sun Mar 03  4:59:13 PM PST 1996
  10.  
  11. bmccart2@ix.netcom.com (Brian McCarthy) writes:
  12. > I have "C for dummies" and the Waite group's "The Black Art of 3d Game
  13. > Progamming" which is an excellent book but a little over my head.     
  14. > Suggestions????
  15. >     Thanks in advance Sean McCarthy
  16.  
  17. Hi,
  18.  
  19.   I think my tab button sent a posting reply too soon.
  20.  
  21. Anyway, "C++ Pointers and Dynamic Memmory Management" by Michael
  22. Daconta is a good one. It covers the toughest subject in progrmming
  23. with grace and clarity. It demystifies the abstract concepts of 
  24. OOP by showing you how the computer stores and retrieves data on 
  25. a bit by bit, byte by byte basis. In plain english no less.
  26.  
  27. I am really enjoying it so far, though you should think of this
  28. as a suplement to any more general C++ book you might get.  
  29.